Welcome![Sign In][Sign Up]
Location:
Search - PID c

Search list

[Algorithmpid算法

Description: 简单明了的PID控制算法,可以参考一下-simple PID control algorithm, a reference
Platform: | Size: 1024 | Author: 宋向东 | Hits:

[SCM单片机控制PID算法应用

Description: 典型PID算法程序,经实验,控制效果优,控制精度高。-It is a representative program of PID arithmetic.The effect of control is excellent and the precision of control is high via experiment.
Platform: | Size: 264192 | Author: 赵凤鹏 | Hits:

[SCM模糊逻辑c语言自动生成器

Description: 用C51编的温度控制的PID算法适用性强方便移植-with C51 series of PID temperature control algorithm to facilitate transplantation 3DMECAD
Platform: | Size: 192512 | Author: 高峰 | Hits:

[OS programPID水量控制仿真演示系统

Description: 工业pid仿真的演示程序,很不错的,学习用的代码-industrial pid simulation demo program, a very good study of the code
Platform: | Size: 493568 | Author: dg | Hits:

[DSP program2407 PID 算法项目文件

Description: 一个TSM320C2407的PID控制算法 很管用,可以在C中嵌套使用.-a TSM320C2407 PID control algorithm is very effective, and the C nested.
Platform: | Size: 17408 | Author: 欧阳明星 | Hits:

[DSP programPID 算法1(c语言)

Description: PID calculations for the _pid structure *a. This function uses the positional form of the pid equation, and incorporates an integral windup prevention algorithim. Rectangular integration is used, so this function must be repeated on a consistent time basis for accurate control. -PID calculations for the _pid structure*a. This function uses the positional form of the pid equation, and incorporates an integral windup prevention algorithim. Rectangular integration is used, so this function must be repeated on a consistent time basis for accurate control.
Platform: | Size: 2048 | Author: | Hits:

[CSharp工控PID算法

Description: 上传的是PID算法,请大家详细的看看,分了好几章节来描述的-upload the PID algorithm, please detailed look at several chapters to describe the
Platform: | Size: 166912 | Author: 刘万瑾 | Hits:

[SCMc语言实现的PID算法

Description: 如何用c语言实现PID算法,很多控制类用到的程序,作为参考.!-how to use language PID algorithm, used many types of control procedures, as a reference. !
Platform: | Size: 2048 | Author: 刘于 | Hits:

[Other systemspid-in-industry

Description: c语言的PID控制算法程序,作为工业控制中的一种常用控制算法PID运算。-c language PID control algorithm procedures for industrial control of a PID control algorithm commonly used operations.
Platform: | Size: 1024 | Author: zxb | Hits:

[Embeded-SCM DevelopPID-C20070301

Description: 工业控制中常用的PID算法C编写的,简单更改后可以移植到其他系统中,非常有用-industrial control PID algorithm commonly used in the preparation of the C, simple changes can be transferred to other systems, very useful
Platform: | Size: 1024 | Author: jgw | Hits:

[assembly languagePID

Description: PID算法C语言程序,实现了简单的PID控制功能-PID algorithm for C language procedures realize a simple PID control function
Platform: | Size: 2048 | Author: 方圆 | Hits:

[ARM-PowerPC-ColdFire-MIPSpid.c

Description: pid算法c语言源码 仅供参考 pid算法c语言源码 仅供参考-pid algorithm c language source code for reference purposes only pid algorithm c language source code for reference only
Platform: | Size: 8192 | Author: npvt | Hits:

[Mathimatics-Numerical algorithmsPID-c-source-code

Description: 在使用单片机作为控制cpu时,请稍作简化,具体的PID参数必须由具体对象通过实验确定。由于单片机的处理速度和ram资源的限制,一般不采用浮点数运算,而将所有参数全部用整数,运算到最后再除以一个2的N次方数据(相当于移位),作类似定点数运算,可大大提高运算速度,根据控制精度的不同要求,当精度要求很高时,注意保留移位引起的“余数”,做好余数补偿。这个程序只是一般常用pid算法的基本架构,没有包含输入输出处理部分。-In the use of single-chip microcomputer as the control cpu, please make some simplification, the specific PID parameters must be determined through experiments at specific audiences. As the single-chip processing speed and ram resource constraints, generally do not use floating-point, and will use all parameters of all integers, computing the final 2 and then divided by a N-th power of data (equivalent to shift), similar fixed-point computation can be greatly enhanced speed of operation, according to the different requirements of control precision, when high precision, the attention to retain the shift caused by the balance , do a good job in the balance of compensation. This procedure is commonly used algorithm pid basic structure does not contain input and output part of treatment.
Platform: | Size: 1024 | Author: 王强 | Hits:

[AlgorithmPID-CODE

Description: 用C编写的PID算法的详细实现, PID算法在自动控制, 家电方面都有丰富的应用-C prepared with a detailed realization of PID algorithm, PID algorithm in automatic control, home appliances have a wealth of applications
Platform: | Size: 1024 | Author: Turing Xu | Hits:

[DSP programPID(C)

Description: PID算法(DSP C语言),可以作参考用-PID algorithm (DSP C language), can be used for reference
Platform: | Size: 2048 | Author: cnc202 | Hits:

[Other Embeded programPID

Description: PID控制,C语言源程序,运用于电机闭环控制
Platform: | Size: 2048 | Author: jingcheng | Hits:

[AlgorithmPID

Description: PID控制,C语言,PID机电控制,比例,积分,微分算法-PID control, C language, PID Electrical control, proportion, integral, differential algorithm
Platform: | Size: 11264 | Author: seabird | Hits:

[SCMPIDcontrol

Description: 嵌入式C的一个课程设计:电模拟系统的单片机PID控制。程序用C语言写。最小系统板与电模拟系统的原理图都有。把PID.C编译下载到目标板。运行接到示波器即可显示控制结果。-Embedded C, a curriculum design: single-chip analog PID control systems. Procedures using C language. Minimum system board with the electrical schematic diagram of the simulation system has. To compile PID.C downloaded to the target board. Run from the control to display the results of oscilloscopes.
Platform: | Size: 260096 | Author: ccc | Hits:

[SCMpid.c

Description: 直流伺服电机闭环控制程序,有PID算法的详细资料。-DC servo motor closed-loop control procedures, there is PID algorithm in detail.
Platform: | Size: 5120 | Author: 王子期 | Hits:

[SCMPID C语言代码

Description: PID C语言实现,外国人写的代码,直接copy的。(Implementation of PID C language)
Platform: | Size: 17408 | Author: 小雷qq | Hits:
« 12 3 4 5 6 7 8 9 10 ... 35 »

CodeBus www.codebus.net